xcToggle Property Help Version 1
xcToggle Main Menu | |
Worldwide Productions Inc. |
|
(not available in some versions) |
|
Data Type: | Long Integer or OLE_COLOR |
Description: | Return or Set the color for the button background. |
Example: | object.xcBackColor = RGB(0,0,0) |
Data Type: | Boolean (True or False) |
Description: | Return or Set whether or not the background for the button is transparent. |
Example: | object.xcBackTransparent = True object.xcBackTransparent = False |
Data Type: | Integer |
Description: | Return or Set whether the button is in CLICK mode or TOGGLE mode. In CLICK mode, the button Returns to its normal state when the user releases the mouse button. In TOGGLE mode, the button remains in the current state until it is clicked again. |
Example: | object.xcButtonMode = 0 or Click object.xcButtonMode = 1 or Toggle (Default) |
Data Type: | Integer |
Description: | Return or Set the graphical button type that is visible. |
Example: | object.xcButtonType = 0 - Type1 |
Data Type: | Boolean (True or False) |
Description: | Return or Set whether or not the button is enabled or disabled. When the button is disabled, it will not respond to any user actions or events. |
Example: | object.xcEnabled = False |
Data Type: | Boolean (True or False) |
Description: | Return or Set the current state of the button. |
Example: | object.xcValue = True |